Northwoods.GoSilverlight 1.3.5 Assembly
NodesSource Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : NodesSource Property

Gets or sets the collection of node data items for the model.

Syntax

Visual Basic (Declaration) 
Public Property NodesSource As IEnumerable
C# 
public IEnumerable NodesSource {get; set;}

Property Value

Initially this value is an empty ObservableCollection. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.

Remarks

This raises a Changed event with a value of ModelChange.ChangedNodesSource.

Requirements

See Also

© 2012 All Rights Reserved.